-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Propagate context to Search operation. #2117
Conversation
[CHATOPS:HELP] ChatOps commands.
|
Deploying with Cloudflare Pages
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2117 +/- ##
==========================================
- Coverage 31.13% 30.64% -0.50%
==========================================
Files 339 335 -4
Lines 32791 31291 -1500
==========================================
- Hits 10211 9589 -622
+ Misses 22131 21357 -774
+ Partials 449 345 -104
☔ View full report in Codecov by Sentry. |
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
d9fe927
to
f029ca3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[FOSSA] The scan result will be available at https://app.fossa.com/projects/custom%2B21465%2Fvald/refs/branch/bugfix%2Fagent%2Fadd-search-context/fd62b98bc0bfe16c81319c743c8d1c4aac352eaa |
Profile Report
|
* add search context to agent service Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com> * fix test execution error Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com> * fix build error of ngt stateful test Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com> --------- Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
Description:
WHAT
I fixed to propagate context to Search operation.
WHY
When Search operation is taking a long time, it cannot be interrupted because the Context is not propagated,
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: